@charset "utf-8";
/* CSS Document */
@keyframes fadein {
	from{opacity: 0;}
	to {opacity: 1;}
}
	@keyframes speedlines {
	}

body {
	background-color: #000;
}

img{
	width: 100%;
	height: auto;
	display: block;
}
h1{
	font-size: 180px;
	font-family: "Oswald Medium";
	text-align: center;
	color: red;

	animation: fadein 3s ease-in-out;

	margin-bottom: 0;
}


h2{
	line-height:inherit;
	font-family: "Oswald Medium";
	font-size: 80px;
	text-align: center;
	color: red;
}
h3{
	font-family: "Oswald Medium";
	font-size: 20px;
	text-align: center;
	color: red;
}
h4{
	font-family: "Oswald Medium";
	font-stretch: ultra-expanded;
	text-align: center;
	font-size: 220px;
	color:red;
}
video{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}